commands event area ¶
Description¶
Notifies the execution of the command.
Event¶
| Name | Definition Name | Description | 
|---|---|---|
| Pre-command execution event | onBeforeExecute | This event is notified before the command is executed. | 
| Event after command execution | onAfterExecute | This event is notified after command execution. | 
Interface belonging to area¶
| Name | Description | 
|---|---|
| ICommandParams | Provides command parameters. | 
| BeforeExecuteEventParams | This is the parameter for the event before command execution. | 
| AfterExecuteEventParams | Parameters for the event after command execution. | 
Annotation¶
The commands notified are system commands and commands defined in extension points of the extension.